google.golang.org/grpc/credentials.tlsCreds.config (field)

7 uses

	google.golang.org/grpc/credentials (current package)
		tls.go#L99: 	config *tls.Config
		tls.go#L106: 		ServerName:       c.config.ServerName,
		tls.go#L112: 	cfg := credinternal.CloneTLSConfig(c.config)
		tls.go#L167: 	conn := tls.Server(rawConn, c.config)
		tls.go#L198: 	return NewTLS(c.config)
		tls.go#L202: 	c.config.ServerName = serverNameOverride
		tls.go#L232: 	return &tlsCreds{config: config}